home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / nosvw.zip / NOSFILES.ZIP / ELM.RC < prev    next >
Text File  |  1991-09-18  |  1KB  |  37 lines

  1. # ======                                            NOSview [137]
  2. # ELM.RC
  3. # =====
  4. # configuration file for the ELM mailer
  5.  
  6. # Format:
  7. # --------------------------------------------------------------
  8. #        host <space> this_host_name
  9. #        uucphost <space> UUCP host name
  10. #        user <space> this_user_name
  11. #        fullname <space> your full name for mail headers
  12. #                                                      (optional)
  13. #        reply <space> your reply address if not this machine
  14. #                                                      (optional)
  15. #                  useful for pc on large network off smart hosts
  16. #        smtp <space> path to mailboxes
  17. #                                             default /spool/mail
  18. #        edit <space> path your editor (optional)
  19. #        maxlet <space> max number of message in mbox
  20. #                                         ( optional default 300)
  21. #        video <1|0> direct | bios video mode
  22. #                                 ( turbo C only default direct )
  23. #        startmode <0|1> uucp v nos mail standards - use 1 mostly
  24. #        zone <space> your timezone
  25. #
  26. host ns9bob.ampr.org
  27. uucphost ns9bob.ampr.org
  28. user ns9bob
  29. fullname Robert R Roberts
  30. reply ns9bob@ns9bob.ampr.org
  31. edit c:\dos\edlin.exe
  32. smtp /spool/mail
  33. maxlet 400
  34. video 1
  35. startmode 1
  36. zone GMT
  37.